Handles a breakpoint event.
HRESULT onHandleBreakPoint( IRemoteDebugApplicationThread* prpt, BREAKREASON br, IActiveScriptErrorDebug* pError ); |
Parameters
- prpt
-
[in] The thread where the breakpoint occurred.
- br
-
[in] The reason for the breakpoint.
- pError
-
[in] Runtime error information, provided when the value of br is BREAKREASON_ERROR.